home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Message Dialogs / 3d-dynamic-text-twister.izs next >
Text File  |  2005-09-28  |  14KB  |  400 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>3D Dynamic Text Twister
  4. <!/TITLE>
  5.  
  6. <!DESCRIPTION>The 3D Dynamic Text Twister control was written to use the same code block for an unlimited number of calls within a web page and through an entire web site.  
  7. <!/DESCRIPTION> 
  8.  
  9. <!CATEGORY>Messages<!/CATEGORY>
  10.  
  11. <!SCRIPT>
  12. <!-- START OF SCRIPT -->
  13.  
  14.  
  15. <!-- HOW TO INSTALL 3D DYNAMIC TEXT TWISTER:
  16.  
  17.  
  18.  
  19.   1.  Copy code into the HEAD section of document
  20.  
  21.   2.  Put last coding into the BODY section of document  -->
  22.  
  23.  
  24.  
  25. <!-- STEP ONE: Add code into HEAD section of document  -->
  26.  
  27.  
  28.  
  29. <HEAD>
  30.  
  31.  
  32. <!-- Original:  Joe McCormack -->
  33.  
  34. <!-- Web Site:  http://www.geocities.com/code_stratos/ -->
  35.  
  36. <script language="javascript" src="3dtwister.js">
  37.  
  38. <!--
  39.  
  40. /*
  41.  
  42.   3D Dynamic Text Twister.  Author Joe McCormack.  Copyright 2003.  All Rights Reserved.
  43.  
  44.   http://www.geocities.com/code_stratos/
  45.  
  46. */
  47.  
  48. //-->
  49.  
  50. </script>
  51.  
  52. <script language="javascript" src="urlprobe.js">
  53.  
  54. <!--
  55.  
  56. /*
  57.  
  58.   Referring URL probe.  Author Joe McCormack.  Copyright 2003.  All Rights Reserved.
  59.  
  60.   http://www.geocities.com/code_stratos/
  61.  
  62. */
  63.  
  64. //-->
  65.  
  66. </script>
  67.  
  68. <script language="javascript">
  69.  
  70. <!--
  71.  
  72. /*
  73.  
  74.   Blurb Box.  Author Joe McCormack.  Copyright 2003.  All Rights Reserved.
  75.  
  76.   http://www.geocities.com/code_stratos/
  77.  
  78.   - Created to show that this page effect is an editor's pick at scriptsearch.com
  79.  
  80. */
  81.  
  82. var browserwidth = 0;
  83.  
  84. function kudos() {
  85.  
  86. browserwidth = document.body.clientWidth;
  87.  
  88. // Specify position of 'picked'
  89.  
  90. picked.style.left = browserwidth - 300;
  91.  
  92. picked.style.top = 5;
  93.  
  94. // Build the blurb content
  95.  
  96. picked.innerHTML = "<table border=\"1\" bordercolor=\"#A49806\" cellpadding=\"5\" cellspacing=\"0\" width=\"300\" bgcolor=\"#FCF5AD\"><tr><td width=\"100%\" valign=\"center\"><div align=\"center\"><font face=\"trebuchet ms, arial\" size=\"2\" color=\"#A49806\"><b>Free</b> software at <a href=\"http://www.Evrsoft.com\" target=\"new\">Evrsoft.com</a>.</font></div></td></tr></table>";
  97.  
  98. }
  99.  
  100. //-->
  101.  
  102. </script>
  103.  
  104. </HEAD>
  105.  
  106.  
  107.  
  108. <!-- STEP TWO: Add code into BODY section of document  -->
  109.  
  110.  
  111.  
  112. <BODY>
  113.  
  114.  
  115. <!-- Original:  Joe McCormack -->
  116.  
  117. <!-- Web Site:  http://www.geocities.com/code_stratos/ -->
  118.  
  119. <font size=+2><b>:: 3D Dynamic Text Twister</b></font>  Author Joe McCormack<br /><br />
  120.  
  121. <!-- Place this tag between the opening and closing body tags -->
  122.  
  123. <div id="vortex" style="position:absolute;visibility:visible;"></div>
  124.  
  125.  
  126.  
  127. <b><u>Basic Text Usage With/Without Mouse Alignment:</u></b>
  128.  
  129. <br /><br />
  130.  
  131. <a href="" onmouseover="ontwist('PHAT ','red','maroon','trebuchet ms','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 1</a> - Uses a fixed position to render message<br />
  132.  
  133. <a href="" onmouseover="ontwist('MOUSE','blue','navy','georgia','bold',8,100,0,500,20,50,'true');" onmouseout="offtwist();">Example # 2</a> - Uses the mouse position to render message<br /><br />
  134.  
  135. <table border=0 cellpadding=5 cellspacing=0 width=100%><tr>
  136.  
  137. <td width=50% valign=top>
  138.  
  139. <b><u>Single Character Examples To Give Ideas On Use (webdings font):</u></b>
  140.  
  141. <br /><br />
  142.  
  143. <a href="" onmouseover="ontwist('x','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 3</a> - 'NO' sign<br />
  144.  
  145. <a href="" onmouseover="ontwist('a','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 4</a> - check sign<br />
  146.  
  147. <a href="" onmouseover="ontwist('b','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 5</a> - bicycle sign<br />
  148.  
  149. <a href="" onmouseover="ontwist('d','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 6</a> - shield sign<br />
  150.  
  151. <a href="" onmouseover="ontwist('e','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 7</a> - gift box sign<br />
  152.  
  153. <a href="" onmouseover="ontwist('f','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 8</a> - fire truck sign<br />
  154.  
  155. <a href="" onmouseover="ontwist('h','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 9</a> - ambulance sign<br />
  156.  
  157. <a href="" onmouseover="ontwist('j','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 10</a> - airplane sign<br />
  158.  
  159. <a href="" onmouseover="ontwist('k','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 11</a> - space satellite sign<br />
  160.  
  161. <a href="" onmouseover="ontwist('o','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 12</a> - boat sign<br />
  162.  
  163. <a href="" onmouseover="ontwist('p','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 13</a> - police car sign<br />
  164.  
  165. <a href="" onmouseover="ontwist('s','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 14</a> - question mark sign<br />
  166.  
  167. <a href="" onmouseover="ontwist('w','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 15</a> - golf flag sign<br />
  168.  
  169. <a href="" onmouseover="ontwist('C','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 16</a> - city sign<br />
  170.  
  171. <a href="" onmouseover="ontwist('E','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 17</a> - desert sign<br />
  172.  
  173. <a href="" onmouseover="ontwist('N','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 18</a> - eye sign<br />
  174.  
  175. <a href="" onmouseover="ontwist('Y','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 19</a> - heart sign<br />
  176.  
  177. <a href="" onmouseover="ontwist('Q','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 20</a> - camping sign<br />
  178.  
  179. <a href="" onmouseover="ontwist('!','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 21</a> - spider sign<br />
  180.  
  181. <a href="" onmouseover="ontwist('@','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 22</a> - hammer and wrench sign<br />
  182.  
  183. <a href="" onmouseover="ontwist('$','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 23</a> - sunglasses sign<br />
  184.  
  185. <a href="" onmouseover="ontwist('%','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 24</a> - trophy sign<br />
  186.  
  187. </td>
  188.  
  189. <td width=50% valign=top>
  190.  
  191. <b><u>Multiple Character Examples To Give Ideas On Use (webdings font):</u></b>
  192.  
  193. <br /><br />
  194.  
  195. <a href="" onmouseover="ontwist('Q$E','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 25</a> - camping sign, sunglasses sign, desert sign<br />
  196.  
  197. <a href="" onmouseover="ontwist('xjC','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 26</a> - 'NO' sign, airplane sign, city sign<br />
  198.  
  199. </td></tr></table>
  200.  
  201.  
  202. <!-- END OF SCRIPT -->
  203. <!/SCRIPT>
  204.  
  205. <!PREVIEW>
  206. <!-- START OF SCRIPT -->
  207.  
  208.  
  209. <!-- HOW TO INSTALL 3D DYNAMIC TEXT TWISTER:
  210.  
  211.  
  212.  
  213.   1.  Copy code into the HEAD section of document
  214.  
  215.   2.  Put last coding into the BODY section of document  -->
  216.  
  217.  
  218.  
  219. <!-- STEP ONE: Add code into HEAD section of document  -->
  220.  
  221.  
  222.  
  223. <HEAD>
  224.  
  225.  
  226. <!-- Original:  Joe McCormack -->
  227.  
  228. <!-- Web Site:  http://www.geocities.com/code_stratos/ -->
  229.  
  230. <script language="javascript" src="3dtwister.js">
  231.  
  232. <!--
  233.  
  234. /*
  235.  
  236.   3D Dynamic Text Twister.  Author Joe McCormack.  Copyright 2003.  All Rights Reserved.
  237.  
  238.   http://www.geocities.com/code_stratos/
  239.  
  240. */
  241.  
  242. //-->
  243.  
  244. </script>
  245.  
  246. <script language="javascript" src="urlprobe.js">
  247.  
  248. <!--
  249.  
  250. /*
  251.  
  252.   Referring URL probe.  Author Joe McCormack.  Copyright 2003.  All Rights Reserved.
  253.  
  254.   http://www.geocities.com/code_stratos/
  255.  
  256. */
  257.  
  258. //-->
  259.  
  260. </script>
  261.  
  262. <script language="javascript">
  263.  
  264. <!--
  265.  
  266. /*
  267.  
  268.   Blurb Box.  Author Joe McCormack.  Copyright 2003.  All Rights Reserved.
  269.  
  270.   http://www.geocities.com/code_stratos/
  271.  
  272.   - Created to show that this page effect is an editor's pick at scriptsearch.com
  273.  
  274. */
  275.  
  276. var browserwidth = 0;
  277.  
  278. function kudos() {
  279.  
  280. browserwidth = document.body.clientWidth;
  281.  
  282. // Specify position of 'picked'
  283.  
  284. picked.style.left = browserwidth - 300;
  285.  
  286. picked.style.top = 5;
  287.  
  288. // Build the blurb content
  289.  
  290. picked.innerHTML = "<table border=\"1\" bordercolor=\"#A49806\" cellpadding=\"5\" cellspacing=\"0\" width=\"300\" bgcolor=\"#FCF5AD\"><tr><td width=\"100%\" valign=\"center\"><div align=\"center\"><font face=\"trebuchet ms, arial\" size=\"2\" color=\"#A49806\"><b>Free</b> software at <a href=\"http://www.Evrsoft.com\" target=\"new\">Evrsoft.com</a>.</font></div></td></tr></table>";
  291.  
  292. }
  293.  
  294. //-->
  295.  
  296. </script>
  297.  
  298. </HEAD>
  299.  
  300.  
  301.  
  302. <!-- STEP TWO: Add code into BODY section of document  -->
  303.  
  304.  
  305.  
  306. <BODY>
  307.  
  308.  
  309. <!-- Original:  Joe McCormack -->
  310.  
  311. <!-- Web Site:  http://www.geocities.com/code_stratos/ -->
  312.  
  313. <font size=+2><b>:: 3D Dynamic Text Twister</b></font>  Author Joe McCormack<br /><br />
  314.  
  315. <!-- Place this tag between the opening and closing body tags -->
  316.  
  317. <div id="vortex" style="position:absolute;visibility:visible;"></div>
  318.  
  319.  
  320.  
  321. <b><u>Basic Text Usage With/Without Mouse Alignment:</u></b>
  322.  
  323. <br /><br />
  324.  
  325. <a href="" onmouseover="ontwist('PHAT ','red','maroon','trebuchet ms','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 1</a> - Uses a fixed position to render message<br />
  326.  
  327. <a href="" onmouseover="ontwist('MOUSE','blue','navy','georgia','bold',8,100,0,500,20,50,'true');" onmouseout="offtwist();">Example # 2</a> - Uses the mouse position to render message<br /><br />
  328.  
  329. <table border=0 cellpadding=5 cellspacing=0 width=100%><tr>
  330.  
  331. <td width=50% valign=top>
  332.  
  333. <b><u>Single Character Examples To Give Ideas On Use (webdings font):</u></b>
  334.  
  335. <br /><br />
  336.  
  337. <a href="" onmouseover="ontwist('x','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 3</a> - 'NO' sign<br />
  338.  
  339. <a href="" onmouseover="ontwist('a','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 4</a> - check sign<br />
  340.  
  341. <a href="" onmouseover="ontwist('b','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 5</a> - bicycle sign<br />
  342.  
  343. <a href="" onmouseover="ontwist('d','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 6</a> - shield sign<br />
  344.  
  345. <a href="" onmouseover="ontwist('e','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 7</a> - gift box sign<br />
  346.  
  347. <a href="" onmouseover="ontwist('f','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 8</a> - fire truck sign<br />
  348.  
  349. <a href="" onmouseover="ontwist('h','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 9</a> - ambulance sign<br />
  350.  
  351. <a href="" onmouseover="ontwist('j','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 10</a> - airplane sign<br />
  352.  
  353. <a href="" onmouseover="ontwist('k','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 11</a> - space satellite sign<br />
  354.  
  355. <a href="" onmouseover="ontwist('o','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 12</a> - boat sign<br />
  356.  
  357. <a href="" onmouseover="ontwist('p','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 13</a> - police car sign<br />
  358.  
  359. <a href="" onmouseover="ontwist('s','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 14</a> - question mark sign<br />
  360.  
  361. <a href="" onmouseover="ontwist('w','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 15</a> - golf flag sign<br />
  362.  
  363. <a href="" onmouseover="ontwist('C','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 16</a> - city sign<br />
  364.  
  365. <a href="" onmouseover="ontwist('E','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 17</a> - desert sign<br />
  366.  
  367. <a href="" onmouseover="ontwist('N','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 18</a> - eye sign<br />
  368.  
  369. <a href="" onmouseover="ontwist('Y','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 19</a> - heart sign<br />
  370.  
  371. <a href="" onmouseover="ontwist('Q','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 20</a> - camping sign<br />
  372.  
  373. <a href="" onmouseover="ontwist('!','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 21</a> - spider sign<br />
  374.  
  375. <a href="" onmouseover="ontwist('@','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 22</a> - hammer and wrench sign<br />
  376.  
  377. <a href="" onmouseover="ontwist('$','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 23</a> - sunglasses sign<br />
  378.  
  379. <a href="" onmouseover="ontwist('%','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 24</a> - trophy sign<br />
  380.  
  381. </td>
  382.  
  383. <td width=50% valign=top>
  384.  
  385. <b><u>Multiple Character Examples To Give Ideas On Use (webdings font):</u></b>
  386.  
  387. <br /><br />
  388.  
  389. <a href="" onmouseover="ontwist('Q$E','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 25</a> - camping sign, sunglasses sign, desert sign<br />
  390.  
  391. <a href="" onmouseover="ontwist('xjC','red','maroon','webdings','bold',8,100,0,500,20,20,'false');" onmouseout="offtwist();">Example # 26</a> - 'NO' sign, airplane sign, city sign<br />
  392.  
  393. </td></tr></table>
  394.  
  395.  
  396. <!-- END OF SCRIPT -->
  397. <!/PREVIEW>
  398.  
  399. <!RELATED>NONE<!/RELATED>
  400.